Skip to content

Conversation

@VaguelySerious
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Nov 20, 2025

🦋 Changeset detected

Latest commit: 1a40cf9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 11 packages
Name Type
@workflow/web-shared Patch
@workflow/core Patch
@workflow/builders Patch
@workflow/cli Patch
@workflow/next Patch
@workflow/nitro Patch
workflow Patch
@workflow/sveltekit Patch
@workflow/world-testing Patch
@workflow/nuxt Patch
@workflow/ai Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

import { start } from 'workflow/api';
import { hydrateWorkflowArguments } from 'workflow/internal/serialization';
import { allWorkflows } from '../_workflows.js';
import { allWorkflows } from '../../_workflows.js';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was previously causing turbo build to fail for me when run at the root, unsure if relevant

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh we shouldn't include it in this PR 🤔

key,
hydrateStepArguments(
value as any,
[value] as any,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devalue can be truly annoying. I feel like this was working at some point, and we might have changed something about our eventData return value? Unsure

@vercel
Copy link
Contributor

vercel bot commented Nov 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview Comment Nov 21, 2025 6:34pm
example-nextjs-workflow-webpack Ready Ready Preview Comment Nov 21, 2025 6:34pm
example-workflow Ready Ready Preview Comment Nov 21, 2025 6:34pm
workbench-astro-workflow Error Error Nov 21, 2025 6:34pm
workbench-express-workflow Ready Ready Preview Comment Nov 21, 2025 6:34pm
workbench-hono-workflow Ready Ready Preview Comment Nov 21, 2025 6:34pm
workbench-nitro-workflow Ready Ready Preview Comment Nov 21, 2025 6:34pm
workbench-nuxt-workflow Ready Ready Preview Comment Nov 21, 2025 6:34pm
workbench-sveltekit-workflow Ready Ready Preview Comment Nov 21, 2025 6:34pm
workbench-vite-workflow Ready Ready Preview Comment Nov 21, 2025 6:34pm
workflow-docs Ready Ready Preview Comment Nov 21, 2025 6:34pm

@VaguelySerious VaguelySerious merged commit 9961140 into main Nov 21, 2025
40 of 53 checks passed
@VaguelySerious VaguelySerious deleted the peter/hydration-fix branch November 21, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants